翻訳と辞書
Words near each other
・ Yhonny Ramírez
・ Yhoshua Leib Gould
・ Yhprum's law
・ YHS
・ YHT (disambiguation)
・ Yhtyneet Paperitehtaat
・ Yhya Hasaba
・ Yhyakh
・ Yhä hämärää
・ Yhú
・ Yi
・ Yi (Chinese surname)
・ Yi (Confucianism)
・ Yi (Cyrillic)
・ Yi (dinosaur)
Yi (editor)
・ Yi (husbandman)
・ Yi (vessel)
・ Yi Am
・ Yi Baidi
・ Yi Bangja
・ Yi Bingheogak
・ Yi Bok-nam
・ Yi Bong-chool
・ Yi Byeok
・ Yi Byeong-cheon
・ Yi Cheol-seung
・ Yi Chong
・ Yi Chong-jun
・ Yi Chu-huan


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Yi (editor) : ウィキペディア英語版
Yi (editor)

Yi is a text editor written and extensible in Haskell. The goal of Yi is to provide a flexible, powerful and correct editor core dynamically scriptable in Haskell.
Yi used to be a Haskell interpreter, very much like Emacs is an Emacs Lisp interpreter; however, the current version of Yi recompiles the code that describes its settings (including editing modes and extensions).
Specifically, Yi is implemented as a small executable program which compiles through
GHC the larger body of code which actually constitutes a useful editor; this small 'kernel' can repeatedly recompile (and thus type-check) the extensions. This makes it easy to dynamically hack, experiment and modify Yi despite it being written in a strongly statically typed language. Using Haskell as a first-class extension language means that other libraries and tools written in Haskell are also readily usable in editor code.
The long-term goal of the project is in essence to make Yi the editor of choice for Haskell hackers in much the same way that Emacs is the editor of choice for Lisp programmers.
==Front ends==
Yi can use either gtk2hs or vty as front ends, so users can choose their favorite interface. There is also an experimental Cocoa frontend.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Yi (editor)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.